home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / msdos / telemate / rbbs.scr < prev    next >
Encoding:
Text File  |  1994-10-25  |  336 b   |  19 lines

  1. ;
  2. ; RBBS.SCR is a log on script file for RBBS
  3. ;
  4.  
  5. FirstName = "first"          ; put your name here
  6. LastName = "last"
  7.  
  8. SET AutoStop,On              ; stop script if carrier is lost
  9. Waitfor 0                    ; unlimited waiting time
  10.  
  11. Waitfor "first"
  12. Put FirstName
  13. Delay 5
  14. Put LastName
  15.  
  16. Waitfor "password",5
  17. Put "^&"
  18.  
  19.